home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / 123demo / demo123.dfm / demo123.txt
Encoding:
Text File  |  1996-09-15  |  1.8 KB  |  105 lines

  1. object Form1: TForm1
  2.   Left = 60
  3.   Top = 106
  4.   Width = 606
  5.   Height = 421
  6.   Caption = 'Demo of 1-2-3 Routines'
  7.   Font.Color = clWindowText
  8.   Font.Height = -16
  9.   Font.Name = 'GillSans'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 19
  13.   object Button1: TButton
  14.     Left = 395
  15.     Top = 10
  16.     Width = 134
  17.     Height = 42
  18.     Caption = 'Read Next Record'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 52
  24.     Top = 46
  25.     Width = 153
  26.     Height = 27
  27.     TabOrder = 1
  28.     Text = 'Edit1'
  29.   end
  30.   object Edit2: TEdit
  31.     Left = 52
  32.     Top = 86
  33.     Width = 153
  34.     Height = 28
  35.     TabOrder = 2
  36.     Text = 'Edit2'
  37.   end
  38.   object Edit3: TEdit
  39.     Left = 52
  40.     Top = 117
  41.     Width = 153
  42.     Height = 27
  43.     TabOrder = 3
  44.     Text = 'Edit3'
  45.   end
  46.   object Edit4: TEdit
  47.     Left = 52
  48.     Top = 147
  49.     Width = 153
  50.     Height = 28
  51.     TabOrder = 4
  52.     Text = 'Edit4'
  53.   end
  54.   object Button2: TButton
  55.     Left = 243
  56.     Top = 10
  57.     Width = 133
  58.     Height = 42
  59.     Caption = 'Open Lotus File'
  60.     TabOrder = 5
  61.     OnClick = Button2Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 234
  65.     Top = 284
  66.     Width = 113
  67.     Height = 42
  68.     Caption = 'Close'
  69.     TabOrder = 6
  70.     OnClick = Button3Click
  71.   end
  72.   object Edit5: TEdit
  73.     Left = 52
  74.     Top = 228
  75.     Width = 395
  76.     Height = 28
  77.     TabOrder = 7
  78.     Text = 'Edit5'
  79.   end
  80.   object Edit6: TEdit
  81.     Left = 52
  82.     Top = 198
  83.     Width = 153
  84.     Height = 27
  85.     TabOrder = 8
  86.     Text = 'Edit6'
  87.   end
  88.   object Button4: TButton
  89.     Left = 294
  90.     Top = 71
  91.     Width = 194
  92.     Height = 42
  93.     Cancel = True
  94.     Caption = 'Write a Demo WK1'
  95.     TabOrder = 9
  96.     OnClick = Button4Click
  97.   end
  98.   object OpenDialog1: TOpenDialog
  99.     DefaultExt = 'wk1'
  100.     Filter = 'Spreadsheet|*.wk?|any file|*.*'
  101.     Left = 199
  102.     Top = 122
  103.   end
  104. end
  105.